home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Complet / CINEBENCH 2003 / resource / modules / objects / res / description / Osplinecogwheel.h < prev    next >
C/C++ Source or Header  |  2003-02-27  |  399b  |  13 lines

  1. #ifndef _Osplinecogwheel_H_
  2. #define _Osplinecogwheel_H_
  3.  
  4. enum
  5. {
  6.     PRIM_COGWHEEL_TEETH                = 2080,    // LONG - Number Of Teeth [>=5]
  7.     PRIM_COGWHEEL_IRAD                = 2082,    // REAL - Inner Radius [>=0.0]
  8.     PRIM_COGWHEEL_MRAD                = 2083,    // REAL - Middle Radius [>=0.0]
  9.     PRIM_COGWHEEL_ORAD                = 2084,    // REAL - Outer Radius [>=0.0]
  10.     PRIM_COGWHEEL_BEVEL                = 2085    // REAL - Bevel [>=0.0; <=1.0]
  11. };
  12.  
  13. #endif